home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Rolling Stones: Shine a Light (Press Kit)
/
Shine a Light (Press Kit).iso
/
pc
/
program.dxr
/
Internal_20_Pic Frame Behavior.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2008-03-03
|
213 b
|
15 lines
global gphotolist
on enterFrame me
frmRef = the frameLabel
if gphotolist.getPos(frmRef) > 0 then
sprite(86).visible = 1
else
sprite(86).visible = 0
end if
end
on exitFrame me
go(the frame)
end